Chrome Devtools
You can now use the Audits panel in combination with other DevTools features like Request Blocking and Local Overrides.
What's New In DevTools (Chrome 78)  |  Web  |  Google Developers
#Lighthouse
CTRL+SHIFT+P , F1 設定を変える
パネルごとに機能を整理する。
source
ローカルオーバーライド
Console
$_ で last value ipythonでの、_みたいなもの。
extensionからのerrorをexcludeしたい。正規表現が使える
https://superuser.com/questions/737390/use-the-chrome-devtools-console-filter-to-hide-console-errors-caused-by-extensio
/^(?!net::ERR_BLOCKED_BY_CLIENT).*$/ or /(?!net::ERR_BLOCKED_BY_CLIENT)/ でOK
?!は否定先読み
Network
Chrome DevTools network
peformance
ブラウザレンダリング